home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------
- *
- * Apple Macintosh Developer Technical Support
- *
- * Installer 3.4 sample: Action Atoms
- *
- * File: CheckTgtSysVer.h - header file
- *
- * by: Rich Kubota
- *
- * Copyright © 1990-1992 Apple Computer, Inc.
- * All rights reserved.
- *
- *----------------------------------------------------------------------------*/
-
-
- /* The following are indicies into STR# resources. */
- #define kNoSystemAlert 1
- #define kSys70RequiredAlert 2
- #define kSys71RequiredAlert 3
- #define kNoVerifyAlert 4
-
- #define kErrStrings 10000 /* resource ID of error 'STR#' strings */
- #define rUserAlert 10000 /* resource ID of user ALRT */
- #define kBigBadErr -1
-
-
- /* the following are used check what version of system 7 to check for */
- #define kSysPre71 0x0700 /* this value is not actually used by the code */
- #define kSys71 0x0710
-
- /* define the 'vers' resource type and resource ID to check */
- #define kversResourceType 'vers'
- #define kversResourceID 1
-